Autogenerated HTML docs for v1.8.1-164-g2d002
diff --git a/git-config.html b/git-config.html index 4fb0691..14de583 100644 --- a/git-config.html +++ b/git-config.html
@@ -1147,6 +1147,15 @@ "--system" option forces this to $(prefix)/etc/gitconfig. </p> </dd> +<dt class="hdlist1"> +GIT_CONFIG_NOSYSTEM +</dt> +<dd> +<p> + Whether to skip reading settings from the system-wide + $(prefix)/etc/gitconfig file. See <a href="git.html">git(1)</a> for details. +</p> +</dd> </dl></div> <div class="paragraph"><p>See also <a href="#FILES">[FILES]</a>.</p></div> </div> @@ -5337,7 +5346,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2012-09-04 16:16:22 PDT +Last updated 2013-01-07 00:07:51 PST </div> </div> </body>
diff --git a/git-config.txt b/git-config.txt index eaea079..9ae2508 100644 --- a/git-config.txt +++ b/git-config.txt
@@ -240,6 +240,10 @@ Using the "--global" option forces this to ~/.gitconfig. Using the "--system" option forces this to $(prefix)/etc/gitconfig. +GIT_CONFIG_NOSYSTEM:: + Whether to skip reading settings from the system-wide + $(prefix)/etc/gitconfig file. See linkgit:git[1] for details. + See also <<FILES>>.
diff --git a/git.html b/git.html index ef1e715..9e845bd 100644 --- a/git.html +++ b/git.html
@@ -2558,6 +2558,19 @@ </p> </dd> <dt class="hdlist1"> +<em>GIT_CONFIG_NOSYSTEM</em> +</dt> +<dd> +<p> + Whether to skip reading settings from the system-wide + <code>$(prefix)/etc/gitconfig</code> file. This environment variable can + be used along with <code>$HOME</code> and <code>$XDG_CONFIG_HOME</code> to create a + predictable environment for a picky script, or you can set it + temporarily to avoid using a buggy <code>/etc/gitconfig</code> file while + waiting for someone with sufficient permissions to fix it. +</p> +</dd> +<dt class="hdlist1"> <em>GIT_FLUSH</em> </dt> <dd> @@ -2713,7 +2726,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2013-01-06 01:05:36 PST +Last updated 2013-01-07 00:07:51 PST </div> </div> </body>
diff --git a/git.txt b/git.txt index 05c0b94..c03b7ad 100644 --- a/git.txt +++ b/git.txt
@@ -777,6 +777,14 @@ and read the password from its STDOUT. See also the 'core.askpass' option in linkgit:git-config[1]. +'GIT_CONFIG_NOSYSTEM':: + Whether to skip reading settings from the system-wide + `$(prefix)/etc/gitconfig` file. This environment variable can + be used along with `$HOME` and `$XDG_CONFIG_HOME` to create a + predictable environment for a picky script, or you can set it + temporarily to avoid using a buggy `/etc/gitconfig` file while + waiting for someone with sufficient permissions to fix it. + 'GIT_FLUSH':: If this environment variable is set to "1", then commands such as 'git blame' (in incremental mode), 'git rev-list', 'git log',